home *** CD-ROM | disk | FTP | other *** search
- Hello all,
-
- I want to have my game install using the standard installer script and
- then unpack all the disks using LHA. How can I write the script to do
- this. It seems the commodore installer wont handle DOS commands.
- When using the commodore installer with a script is it possible to add
- DOS commands like LHA to the script.
- I am trying to write an installer using the standard commodore installer
- , that runs LHA to unpack the files just installed to the
- (dest@default-dest).
- So when I type...
- (copyfiles (source "Star_Fighter_Boot:")
- (dest@default-dest)
- (all)
- )
- ..can I then include the command
- LHA e SF_BOOT (dest@default-dest)
- ...to get the currently copied file to unpack after being installed?
-
- Any ideas?
- Cheers, Andy:GEOSYNC-MEDIA
-
-